home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Building Homes of Our Own
/
Building Homes of our Own.iso
/
setup
/
data1.cab
/
Everything
/
loadIn.dxr
/
exitFrameScripts_2_leaving LoginScreen exitFrame script.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2002-09-25
|
336 b
|
14 lines
on exitFrame me
global gNavMan
unload()
navPath = getWorkingPath(gNavMan)
whereNext = goWhereFromLoadIn(gNavMan)
whichMovie = whereNext[#movie]
whichFrameLabel = whereNext[#frameLabel]
if stripDotSuffix(the movie) = whichMovie then
go(whichFrameLabel)
else
go(whichFrameLabel, navPath & whichMovie)
end if
end